Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632703 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/194 - Certificate

img/ cody/swapnilsparsh/30DaysOfJavaScript/194 - Certificate/img/
3 Items
  • temp2.jpg
  • temp1.jpg
  • certificate.png
  • index.js cody/swapnilsparsh/30DaysOfJavaScript/194 - Certificate/index.js
    168 Views
    0 Comments

    var temp = document.getElementById("template")

    var tempvalue = temp.options[temp.selectedIndex].value;
    console.log(tempvalue);

    const submitBtn = document.getElementById("submit");
    const user = document.querySelector("#name");
    FileSaver.js cody/swapnilsparsh/30DaysOfJavaScript/194 - Certificate/FileSaver.js
    163 Views
    0 Comments
    (function (global, factory) {
    if (typeof define === "function" && define.amd) {
    define([], factory);
    } else if (typeof exports !== "undefined") {
    factory();
    } else {
    var mod = {
    exports: {}
    style.css cody/swapnilsparsh/30DaysOfJavaScript/194 - Certificate/style.css
    120 Views
    0 Comments

    body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    header{
    text-align: center;

    }
    index.html cody/swapnilsparsh/30DaysOfJavaScript/194 - Certificate/index.html
    285 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">


    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">